From 2289e9807cc75613800ebc4cb255799a03ac8a9d Mon Sep 17 00:00:00 2001 From: Rupert Swarbrick Date: Wed, 1 Aug 2012 00:15:44 -0700 Subject: [PATCH] * calendar/cal-html.el (cal-html-insert-agenda-days): Fix typo. (tiny change) --- lisp/ChangeLog | 5 +++++ lisp/calendar/cal-html.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ebdd57b2f89..9fe35aa3774 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2012-08-01 Rupert Swarbrick (tiny change) + + * calendar/cal-html.el (cal-html-insert-agenda-days): + Fix typo. (Bug#12018) + 2012-07-31 Fabián Ezequiel Gallina Shell processes: enhancements to startup and CEDET compatibility. diff --git a/lisp/calendar/cal-html.el b/lisp/calendar/cal-html.el index 679fae98bc8..9e9544d707b 100644 --- a/lisp/calendar/cal-html.el +++ b/lisp/calendar/cal-html.el @@ -396,7 +396,7 @@ holidays in HOLIDAY-LIST." ;; Diary entries. cal-html-b-tabledata-string (cal-html-htmlify-list holiday-list date t) - (and holiday-list diary-list "
\n") + (if (and holiday-list diary-list) "
\n" "") (cal-html-htmlify-list diary-list date) cal-html-e-tabledata-string cal-html-e-tablerow-string) -- 2.30.2